home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / Chip Mayıs 2001.iso / prog / share / 33 / data1.cab / Program_Executable_Files / OptimizeIt40D / ui / VCafeWizard.table < prev    next >
Encoding:
Text File  |  2001-03-11  |  1.8 KB  |  41 lines

  1. /**
  2.  * VCafe integration wizard 
  3.  */
  4. (
  5.   {
  6.     class="Text";
  7.     title="Visual Cafe integration";
  8.     type="HTML";
  9.     body = ("This wizard allows WebGain Visual Cafe 3 and 4 users to integrate OptimizeIt in the Visual Cafe environment.<br><br>","Once the integration is performed, OptimizeIt is available from from the Tools menu. By selecting the \"Start profiling\" action in the OptimizeIt menu,  users can easily profile the application developed in Visual Cafe.<br><br>","It is strongly recommended that you exit Visual Cafe before running this setup. Click Cancel to quit setup then close Visual Cafe. Click Next to continue with the setup wizard.");
  10.   },
  11.   {
  12.     title="Select Visual Cafe directory";
  13.     class="DirectorySelection";
  14.     helper="intuitive.optit.wizard.helper.VCafeDirectorySelection";
  15.     text="Select the Visual Cafe directory you want to use with OptimizeIt.\nPress the \"Next\" button when done.";
  16.   },    
  17.   {
  18.     title="Configure Visual Cafe";
  19.     class="Summary";
  20.     helper="intuitive.optit.wizard.helper.VCafeSummary";
  21.     text="Please review the changes below and click on the \"Configure\" button when done.";
  22.     defaultButtonLabel="Configure";
  23.   },
  24.   {
  25.     title="Configuring Visual Cafe";
  26.     class="PerformAction";
  27.     helper="intuitive.optit.wizard.helper.VCafeConfiguration";
  28.     final="true"; // Means that we cannot go back
  29.   },
  30.   {
  31.     title="Visual Cafe integration finished";
  32.     class="Text";
  33.     type="HTML";
  34.     body= ("Visual Cafe configuration was successfull.<br><br>OptimizeIt menu is now available from the Visual Cafe \"Tools\" menu. Select the \"Start profiling\" action in the OptimizeIt menu to profile with OptimizeIt");
  35.     alt1ButtonVisible="false"; // Value can be false, or maybe. Default is maybe
  36.     alt2ButtonVisible="false";
  37.   }
  38. )
  39.  
  40.  
  41.